ListDocumentsRequest
The operation input is ListDocumentsRequest. The request requires a ListDocumentsRequest object containing a account identifier and content identifier as a parameter on the input.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| ContentIdentifier | string | Required | A string of characters used to identify a system resource. In this implementation, the value should reflect the fully qualified URL used as the recipient of a response (the callback URI) after the document has been generated. The callback is submitted without security parameters. |
| AccountId | string | Required | A unique identifier for the account associated with the request. This is assigned as part of an account's administration setup process. |
| IdentityId | string | Required | An identifier for the entity associated with the generated documents submitted on the transaction data. |
| ExternalKey | string | Optional | An identifier defined by the requesting application and passed as a string value. It is typically used to supply an identifier or reference value for a given request and is mapped to the RequestID. |
| RequestID | string | Optional | A unique identifier for the submitted request. Often used for request tracking purposes. |